home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / LastCall / lastcall.exe / stuff / lastcall.dxr / 00075_Reset Option Defaults.ls < prev    next >
Encoding:
Text File  |  2000-03-27  |  122 b   |  7 lines

  1. on mouseUp me
  2.   setOptionDefaults()
  3.   repeat with X = 118 to the lastChannel
  4.     sendSprite(X, #mUpdate)
  5.   end repeat
  6. end
  7.